home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 351-375 / disk_358 / scaniff / scaniff.docs < prev    next >
Text File  |  1992-05-06  |  883b  |  21 lines

  1.   ScanIFF does a job much like IFFCheck, except that it does not have the
  2. double-checking and cross-checking of that program.
  3.  
  4.   So why ScanIFF?  To give programmers skeleton coding on which they
  5. can hang their own IFF coding requirements.  My own IFF objectives,
  6. when I wrote this code, was to dig out INS1 instrument requirements
  7. from complex music files.  Your IFF needs may be quite different.
  8.  
  9.   The assembly code here will search to any reasonable IFF depth,
  10. recognizing the standard "wrapper" chunks within which other chunks
  11. may be found.
  12.  
  13.   The Dos SEEK operation is used, which makes for a fast program run.
  14. But this means, of course, that you can't use this program with, say,
  15. a file being sent through a pipe.
  16.  
  17.   There's little error checking in the program; I didn't want to
  18. klooge up a coding template with detail.  Control-C will abort you
  19. from any depth, of course.
  20.  
  21.